﻿/* CSS Document */
body{background:#fff; font-family: '微软雅黑', sans-serif;}
body a {transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all;}
ul,li{    list-style: none;
    list-style-type: none;}
 body {margin: 0px; padding: 0px; font-family:"Microsoft YaHei"; background:#fff;}
body, td, th {font-family: "Microsoft YaHei"; font-size: 14px; color: #666;}
a {font-family: "Microsoft YaHei"; color: #666; text-decoration: none; }
a:hover {color: #0a46a7; }
div, dl, dt, dd, ul, ol, li, form,p,h1,h2,h3 {margin: 0px; padding: 0px;}
ul, ol, li {list-style: none; list-style-type: none;}
img {border: 0px;}
.clear{ clear:both; padding:0px; padding:0px; font-size:0px; line-height:0px;}
.clearfix:after {content: ".";display: block;font-size: 0;height: 0;line-height: 0;overflow: hidden;visibility: hidden;width: 0;}
.clearfix:after {clear: both;}

.banner{
  background: url(../images/banner.jpg) no-repeat center #eeece9;
  background-size: cover;
  position: relative;
}
.banner .container{margin: 0 auto; position: relative;}
.banner .header{position: absolute; z-index: 10; width:100%;}
.swiper-container {width: 100%; height: 100%; position:relative; z-index: 1;}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-wrapper  img{display:block; max-width:100%}

.head-logo{
  float: left;
}
.head-logo a {
  display: block;
  margin-top: 1em;
}
.top-nav{
    float: right;
    width: 65%;
}
.top-nav ul{
	padding:0;
	margin:0;
}
.top-nav ul  li{
  display: inline-block;
  width: 16.5%;
  margin-right: 0em;
  float: left;
}
.top-nav ul  li.active{
	  background: #005da2;
}
.top-nav ul li a{
color: #FFF;
  font-size: 18px;
  margin-right: .4em;
  float: left;
  padding: 1em 0em 1em 0.4em;
  text-align: center;
  width: 100%;
}
.top-nav ul li a i{
  display: block;
  margin-top: 1em;
  color: #FFF;
  font-size: 11px;
  font-style: italic;
}
.top-nav ul li a:hover{
	text-decoration:none;
}
/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;                                           
  vertical-align: middle;
  -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
    -ms-osx-font-smoothing: grayscale;
        -o-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
    -o-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #005da2;
  -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
    -o-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
span.menu {
  display: none;
}

/*-- responsive-design starts-here --*/
@media screen and (max-width: 1024px) {
	.head-logo {
	  width: 20%;
	}
	.head-logo a img{
		width:100%;
	}
	span.menu {
		display: block;
		text-align: right;
		padding-bottom: 1em;
		cursor: pointer;
		color: #E74C3C;
		font-size: 16px;
		font-weight: 700;
		position: relative;
	}
	.top-nav {
		  float: right;
		  margin-top: 3em;
		  width: 5%;
	}
	.head-logo a {
	 margin-top: 2em;
	}
	ul.nav1 {
		display: none;
	}
	
	.top-nav ul {
		padding: 0;
		margin: 0;
		z-index: 9999;
		position: absolute;
		width: 100%;
		left:0;
	}
	.top-nav ul.nav1 li.active{
		background: #014e88;
	}
	.top-nav ul.nav1 li {
	  display: block;
	  text-align: center;
	  background: rgba(181, 181, 181, 1);
	  border-bottom: 1px dashed #0F2031;
	  margin: 0;
	  width: 100%;
	}
	.top-nav ul li a {
	  padding: 1.5em 0;
	  display: block;
	  float: none;
	}	
	.top-nav ul li a i {
		margin-top: .5em;
	}
	.top-nav ul li a {
		padding: 1em 0;
		width:100%;
	}
	
	
	.banner {
	      min-height: 144px !important;
	}
}
@media screen and (max-width: 768px) {
	.head-logo {
	  width: 20%;
	}
	.head-logo a img{
		width:100%;
	}
	span.menu {
		display: block;
		text-align: right;
		padding-bottom: 1em;
		cursor: pointer;
		color: #E74C3C;
		font-size: 16px;
		font-weight: 700;
		position: relative;
	}
	.top-nav {
		  float: right;
		  margin-top: 3em;
		  width: 5%;
	}
	.head-logo a {
	 margin-top: 2em;
	}
	ul.nav1 {
		display: none;
	}
	
	.top-nav ul {
		padding: 0;
		margin: 0;
		z-index: 9999;
		position: absolute;
		width: 100%;
		left:0;
	}
	.top-nav ul.nav1 li.active{
		background: #014e88;
	}
	.top-nav ul.nav1 li {
	  display: block;
	  text-align: center;
	  background: rgba(181, 181, 181, 1);
	  border-bottom: 1px dashed #0F2031;
	  margin: 0;
	  width: 100%;
	}
	.top-nav ul li a {
	  padding: 1.5em 0;
	  display: block;
	  float: none;
	}	
	.top-nav ul li a i {
		margin-top: .5em;
	}
	.top-nav ul li a {
		padding: 1em 0;
	}
	
	.top-nav ul li a {
	  width: 100%;
	}
	.top-blog {
	  width: 83%;
	}
	ul.grid-part {
	  float: left;
	}
	
}
@media screen and (max-width: 640px) {
	.head-logo a {
	  margin-top: 2.6em;
	}
	.banner .header{width:90%;}
	.swiper-container{height: 126px; }
	.swiper-container img{max-width:100%;}
}
@media screen and (max-width: 480px) {
	.head-logo a {
	  margin-top: 0.6em;
	}
	.head-logo {
	    width: 72%;
	}
		.top-nav {
	  margin-top: 2.2em;
	  width: 8%;
	}

}
@media screen and (max-width: 320px) {
	.head-logo {
	  width: 43%;
	}
	.top-nav {
	width: 12%;
	   margin-top: 1.7em;
	}	
	.head-logo a {
	      margin-top: 1.3em;
	}
	.top-nav ul li a {
	  padding: .5em 0;
	}
	
}

/*aboutbox*/
.aboutbox{
	
}
.aboutbox-grids{
	margin: 5em 0;
}
.aboutbox-left{
  padding: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0;
}
.aboutbox-left h3{
  color: #005da2;
  font-size: 37px;
  margin: 0;
  line-height: 1.2em;
  font-weight: 300;
}
.aboutbox-left h5{
  color: #000;
  font-size: 16px;
  margin: 1em 0;
  line-height: 1.8em;
}
.aboutbox-left h5 span{
	display:block;
}
.aboutbox-left p{
	color: #333333;
  font-size: 14px;
  margin: 0;
  line-height: 2em;
  font-weight: normal;
  text-indent: 2em;
}
.aboutbox-right img{
	width:100%;
}
.see-button{
  margin-top: 1em;
}
.see-button a{
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em 4em;
  outline: none;
  background: #005da2;
  border: none !important;
  border-radius:0;
  }
.jumbotron.aboutbox-left {
  background: none;
}
@media screen and (max-width: 1024px) {
	.aboutbox-grids {
	  margin: 3em 0;
	}
	.aboutbox-left h5 {
	  font-size: 14px;
	  margin: 4px 0;
	}
	.aboutbox-left h3 {
	  font-size: 28px;
	}
	.aboutbox-left p {
	  font-size: 13px;
	}
}
@media screen and (max-width: 768px) {
	.aboutbox-right {
	  margin-top: 2em;
	}
	.aboutbox-right {
	  margin-bottom: 2em;
	}
	.aboutbox-grids {
	  margin: 2em 0 0px;
	}
	.aboutbox-left h5 {
	  font-size: 15px;
	}
	.aboutbox-left p {
	  font-size: 13px;
	}
	.aboutbox-right {
	  padding: 0;
	}
}
@media screen and (max-width: 640px) {
	.aboutbox-left h3 {
		font-size: 28px;
	}
}
@media screen and (max-width: 480px) {
	.see-button {
	  margin-top: 0.2em;
	}
	.aboutbox-right {
	  padding: 0;
	}
	.aboutbox-grid-text {
	  padding: 0;
	}
	.see-button a {
	  padding: 1em 2em;
	}
}
@media screen and (max-width: 320px) {
	.aboutbox-grid-text {
	  padding: 0;
	}
	.see-button {
	  margin-top: .3em;
	}
	.aboutbox-left h3 {
	  font-size: 20px;
	}
	.aboutbox-right {
	  margin-bottom: 0em;
	}
	.aboutbox-left h3 {
	  font-size: 18px;
	}
	.aboutbox-grids {
	    margin: 1em 0;
	}
	.aboutbox-left p {
	  font-size: 14px;
	}
}


/*-- news --*/
.products {
  padding: 4em 0;
  background: #fafafa
}
.products-text h3 {
  color: #005da2;
  font-size: 40px;
  font-weight: 300;
  margin: 0;
}
.products-text h5 {
  color: #969696;
  font-size: 14px;
  margin: 1em 0;
  line-height: 1.8em;
}
.products-text h5 span{
	display:block;
}
.products-grids {
  margin-top: 3em;
}
.products-grid img{
 max-width: 100%;
  margin: 1em 0;
}
.products-grid a h4{
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 .3em 0;
      white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.products-grid a:hover{
	text-decoration:none;
}
.products-grid span {
  color: #005da2;
  font-size: 14px;
  line-height: 1.7em;
}
.products-info p {
  color: #333333;
  font-size: 14px;
  margin: 0;
  line-height: 1.8em;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
	.products-grid {
	  margin-top: 2em;
	  float: left;
	  width: 50%;
	}
}
@media screen and (max-width: 768px) {
	.products-grid {
	  margin-top: 2em;
	  float: left;
	  width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.products-grids {
	  margin-top: 1em;
	}
	.products-grid {
	  margin-top: 1em;
	  padding-left: 0;
	}
	.products-grid a h4 {
		font-size: 14px;
	}
	.products-grid span {
		font-size: 14px;
	}
	.products {
	  padding: 1.5em 0 3em;
	}
}



/*-- news --*/
.news {
  padding: 4em 0;
}
.news-text h3 {
  color: #005da2;
  font-size: 40px;
  font-weight: 300;
  margin: 0;
}
.news-text h5 {
  color: #969696;
  font-size: 14px;
  margin: 1em 0;
  line-height: 1.8em;
}
.news-text h5 span{
	display:block;
}
.news-grids {
  margin-top: 3em;
}
.news-grid img{
  width: 100%;
  margin: 1em 0;
}
.news-grid a h4{
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 .3em 0;
}
.news-grid a:hover{
	text-decoration:none;
}
.news-grid span {
  color: #005da2;
  font-size: 14px;
  line-height: 1.7em;
}
.news-info p {
  color: #333333;
  font-size: 14px;
  margin: 0;
  line-height: 1.8em;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
	
}
@media screen and (max-width: 768px) {
	.news-grid {
	  margin-top: 2em;
	  float: left;
	  width: 50%;
	}
}
@media screen and (max-width: 640px) {
	
}
@media screen and (max-width: 480px) {
	.news-grids {
	  margin-top: 1em;
	}
	.news-grid {
	  margin-top: 1em;
	  padding-left: 0;
	}
	.news-grid a h4 {
		font-size: 14px;
	}
	.news-grid span {
		font-size: 14px;
	}
	.news {
	  padding: 1.5em 0 3em;
	}
}
@media screen and (max-width: 320px) {
	
}


/*-- testimonial --*/
.testimonials {
  background: url(../images/contactgbg.jpg) no-repeat 0px 0px;
  background-size: cover;
  min-height: 331px;
  padding: 3em 0;
  position: relative;
  text-align: center;
}
.testmonials div.head-section {
  margin-top: 1em;
}
.testimonial-nfo h3 {
  color: #FFF;
  font-size: 40px;
  font-weight: 300;
  margin: 0;
}
.testimonial-nfo h5 {
  color: #FFFFFF;
  font-size: 14px;
  margin: 1em 0;
  line-height: 1.8em;
  font-weight: 300;
}
.testimonial-nfo h5 span{
	display:block;
}
.testimonial-grid p {
  font-size: 14px;
  font-style:normal;
  color: #FFF;
  text-align: center;
  width: 90%;
  margin: 0.2em auto;
}

.testimonial-grid h4{
	color:#fff;
}

.testimonial-grid p span {
  font-size: 1.2em;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
	.testimonial-grid p {
		width: 90%;
	}
	.testimonial-nfo h3{font-size:30px;}
	.testimonial-grid p{margin:.5em auto;}
}
@media screen and (max-width: 480px) {
	.testimonial-grid p {
	  width: 100%;
	}
	.testimonial-grid p {
		font-size: 1em;
	}
}
@media screen and (max-width: 320px) {
	.testimonials {
		padding: 2em 0;
	}
	.testimonial-nfo h3 {
		font-size: 26px;
	}
	.testimonial-grid p {
	  font-size: .9em;
	}
}
	


/*-- specialty --*/
.specialty{
  padding: 3em 0;
  background: #fafafa;
}
.specialty-info h3{
	color: #005da2;
  font-size: 40px;
  font-weight: 300;
  margin: 0;
}
.specialty-info h5 {
  color: #fff;
  font-size: 14px;
  margin: 1em 0;
  width:100px;
  text-align: center;
  height: 2em;
  border-radius: 5px;
  background: #005da2;
  letter-spacing: 3px;
  line-height: 2em;
  margin-top: 3em;
  margin-bottom: 2em;
}
.specialty-info h5 span{
	display:block;
}
.specialty-info p {
  color: #333333;
  font-size: 18px;
  margin: 0em 0 0 0;
  line-height: 2em;
  font-weight: normal;
  text-indent: 2em;
}
.specialty-info p  span{
  display: block;
  margin-top: 2em;
}
.service-box {
background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  text-align: center;
}
.service-box .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #005da2;
  margin: 0 auto;
  text-align: center;
  position: relative;	
}
.service-box .icon img {
  position: relative;
  z-index: 100;
  transition: all 0.3s ease 0s;
}
.service-box .icon:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #014e88;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease 0s;
}
.service-box:hover .icon img {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.service-box:hover .icon:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.service-box h5{
  color: #000;
  font-size: 17px;
  font-weight: 600;
  margin: .4em 0;
}
.service-box p{
color: #333333;
  font-size: 14px;
  margin: 0;
  line-height: 1.8em;
  font-weight: 400;
}
.specialty-grids-top:nth-child(2) {
  margin-top: 4em;
}
.specialty-button{
	margin-top:3em;
}

@media screen and (max-width: 1024px) {
	
}
@media screen and (max-width: 768px) {
	.specialty-info h3 {
		font-size: 34px;
	}
}
@media screen and (max-width: 640px) {
	
}
@media screen and (max-width: 480px) {
	.specialty-button {
	  margin-top: 0em;
	}
	.specialty-info {
	  padding: 0;
	}
	.specialty-grids {
	  padding: 0;
	    margin-top: 1em;
	}
	.specialty {
	  padding: 3em 0 1.5em;
	}
	.specialty-grids-top:nth-child(2) {
  margin-top: 0em;
}
}
@media screen and (max-width: 320px) {
	.specialty {
		padding: 2em 0;
	}
	.specialty-info h3 {
	  font-size: 26px;
	}
	.specialty-info {
	  padding: 0;
	}
	.specialty-info p {
		margin: 1em 0 0 0;
		  font-size: 13px;
	}
	.specialty-info p span {
	  margin-top: 1em;
	  
	}
}




/*-- footer --*/
.footer{
	padding:3em 0;
	background:#005da2;
}
.footer-left ul{
	padding:0;
	margin:0;
}
.footer-left ul li{
	display:inline-block;
	margin:0 1em;
}
.footer-left ul li:nth-child(1){
	margin-left:0;
}
.footer-left ul li a{
	color:#FFF;
	font-size:14px;
}
.footer-left ul li a:hover{
	color: #f00;
	text-decoration:none;
}
.footer-left form{
  margin-top: 3em;
}
.footer-left input[type="text"] {
  width: 100%;
  color: #005da2;
  background: none;
  outline: none;
  font-size: 16px;
  padding: .5em;
  margin-bottom: 2em;
  -webkit-appearance: none;
  border-bottom: solid 1px #595959;
  border-top: none;
  border-right: none;
  border-left: none;
}
.footer-left input[type="submit"] {
  border: none;
  outline: none;
  color: #FFF;
  padding: .5em 1.5em;
  font-size: 16px;
  margin: 0.5em 0 0 0;
  -webkit-appearance: none;
  background: #005da2;
}
.footer-left input[type="submit"]:hover{
	background:#4D4D4D;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.footer-middle h3{
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 600;
  margin: 0;
}
.footer-right p{
  color: #FFF;
  font-size: 14px;
  margin: .5em 0 0 0;
  line-height: 1.8em;
  font-weight: 400;
}
.footer-right a img {
  width: 60%;
}
.address p {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 2em;
  padding-left: 3em;
  margin: 2em 0 0 0;
  background: url(../images/location.png) no-repeat 0px 5px;
}
.address p span {
  display: block;
}
.phone{
	margin-top:2em;
}
.phone p{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 2.5em;
	padding-left: 3em;
	margin: 2em 0 0 0;
	background: url(../images/phone.png) no-repeat 0px 0px;
}

@media screen and (max-width: 768px) {
	.footer-middle {
	  margin: 3em 0;
	}
	.footer-left {
	  padding: 0;
	}
	.footer-middle {
	  padding: 0;
	}
	.footer-right {
	  padding: 0;
	}
	.footer-right a img {
	  width: 20%;
	}
	.footer-left input[type="text"] {
	  margin-bottom: 0em;
	}
	.phone {
	  margin-top: 0em;
	}
	.phone p {
	  margin: 1em 0 0 0;
	}
	.address p {
	  margin: 1em 0 0 0;
	}
}
@media screen and (max-width: 640px) {
	.footer-middle {
	  margin: 0em 0;
	}
}
@media screen and (max-width: 480px) {
	.footer-middle {
	    margin: 2.5em 0;
	}
	.footer-right a img {
	  width: 33%;
	}
	.footer-left ul li{
		margin: 0.2em .24em 0;
	}
	.footer-left form{
		margin-top:1em;
	}
	.footer-middle h3{
		font-size: 24px;
	}
}
@media screen and (max-width: 320px) {
	.footer-left {
	  padding: 0;
	}
	.footer-left ul {
		text-align: center;
	}
	.footer-left ul li {
		margin: 0.2em .24em 0;
	}
	.footer {
		padding: 2em 0;
	}
	.footer-left form {
	  margin-top: 2em;
	}
	.footer-middle {
	  margin: 0em 0;
	}
	.footer-middle {
	    margin: 2.2em 0;
	}
	.footer-left input[type="text"] {
	  margin-bottom: .2em;
	}
	.address p {
	  margin: .6em 0 0 0;
	}
	.phone {
	  margin-top: 1em;
	}
	.phone p {
	  margin: 0em 0 0 0;
	}
	.footer-right a img {
	  width: 50%;
	}
}


.copyright{
	padding:1em 0;
	background:#014e88;
	text-align: center;
}
.copyright p {
    color: #FFF;
    font-size: .9em;
    margin: 0;
}
.copyright p a{
	color:#FFF;
	text-decoration:none;
}
.copyright p a:hover{
	color:#005da2
}
@media(max-width:320px){
	.copyright p {
		font-size: .8em;
	}
}

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 25px;
  overflow: hidden;
  width: 47px;
  height: 47px;
  border: none;
  text-indent: 100%;
  background: url(../images/top-arrow.png) no-repeat;
}

.footimg{}
.footimg img{display: block;}
/*内容页*/
.mainny {width: 100%;margin: 0px auto;}
.mainny img{max-width: 100%; margin-bottom: 10px;}
.tit{margin: 35px 0px; border-bottom: 1px solid #ccc}
.tit-wz{text-align:center; font-size: 18px; line-height: 40px; letter-spacing: 4px; font-weight: 600;}
.tit span{width:100px; margin:0 auto; margin-top: -1px; border-bottom: 3px solid #005da2; display: block; padding-top: 5px;}
.aboutnr{ font-size: 14px; line-height: 30px; color: #666; padding-bottom: 30px;}
.aboutnr img{max-width: 100%}

.productborder {width:100%; float:left; padding:10px 0px;}
.productborder a{ display:block; width:99%; margin:auto; text-align:center; background-color:#fff; position:relative; z-index: 11; text-decoration: none;}
.productborder .img{width:90%;overflow:hidden; margin:5%;}
.productborder .tit{height:30px; padding-bottom: 5px; line-height: 30px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width:90%; margin:0 auto;}
.productborder .img img{width:100%; display: block}
.productborder::before {top:-2px;left:-2px;}
.productborder::after{right:-2px;bottom:-2px;}
.productborder::before,.productborder::after { opacity: 0; position: absolute; width: 100%; height: 100%; top: 0; left:0; }
.productborder::before { border-top: 1px solid #005da2; border-bottom: 1px solid #005da2; transform: scale(0, 1); -webkit-transform: scale(0,1); }
.productborder::after { border-left: 1px solid #005da2; border-right: 1px solid #005da2; transform: scale(1, 0); -webkit-transform: scale(1,0); }
.productborder::before,.productborder::after { transition: opacity 0.35s ease 0s, transform 0.35s ease 0s; content: ''; box-sizing: border-box; }
.productborder:hover::before,.productborder:hover::after { opacity: 1; transform: scale(1); -webkit-transform: scale(1); }
.productborder:hover .tit{color:#005da2;}

.move{-webkit-transition:all 1s ease-out 0s;-moz-transition:all 1s ease-out 0s;-ms-transition:all 1s ease-out 0s;-o-transition:all 1s ease-out 0s;transition:all 1s ease-out 0s;opacity:0;transform:translateY(60px);-ms-transform:translateY(60px);-moz-transform:translateY(60px);-webkit-transform:translateY(60px);-o-transform:translateY(60px);}
.moveUp{opacity:1;transform:translateY(0);-ms-transform:translateY(0);-moz-transform:translateY(0);-webkit-transform:translateY(0);-o-transform:translateY(0);}

@media(max-width:992px){
	.product{width:33.3333333%; float:left;}
}
@media(max-width:768px){
	.product{width:50%;}
}
@media(max-width:480px){
	.product{width:100%;}
}

.pagination {
	float:left;
	text-align:center;
	width:100%;
	margin:20px 0;
	position:relative;
	overflow:hidden;}
.page {
	display:inline-block;
	font: 16px/28px "微软雅黑", Tahoma, "宋体";
	*display:inline;
	:1;
	*zoom:1;}
.page span {
	float:left;
background:#0dbfbf;
	border:1px solid #0dbfbf;
	color:#fff;
	float:left;
	font: 16px/24px "微软雅黑", Tahoma, "宋体";
	height:32px;
	margin-right:5px;
	min-width:15px;
	padding:4px 8px;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	_width:15px;
}
.page a,
.page span.disabled {
	background:#FFF;
	border:1px solid #CCC;
	color:#333;
	float:left;
	font: 16px/24px "微软雅黑", Tahoma, "宋体";
	height:32px;
	margin-right:5px;
	min-width:15px;
	padding:4px 8px;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	_width:15px;}
.page a:hover {
	border:1px solid #0dbfbf;
	color:#0dbfbf;
	text-decoration:none;}
.page span.disabled {
	background:#FFF;
	border:1px solid #CCC;
	color:#CCC;}
.page span.ellipsis {
	float:left;
	font: 16px/24px "微软雅黑", Tahoma, "宋体";
	line-height:22x;
	margin-right:5px;}
.page .page_txt {
	line-height:20px;
	float:right;
	width:auto;}
.page a.page-curpage {
	background:#1958B9;
	border:1px solid #1958B9;
	color:#FFF;
	font-weight:bold;}
.page input {
	font: 14px Verdana;
	padding:0 0 0 1px;
	width:40px;
	height:14px;}


.mainny .newsnr {
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px 50px;
	font-size: 14px;
	line-height: 26px;
	color: #666;
}
.mainny .newsnr h1 {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #E6E6E6;
	color: #222;
	margin: 0px;
}
.mainny .newsnr .hist {
	color: #999;
	padding-top: 20px;
	font-size: 13px;
	font-style: italic;
}
.mainny .newsnr .xwnewsnr {
	font-size: 14px;
	line-height: 26px;
	padding-top: 28px;
	word-wrap: break-word;
	word-break: normal;
}
#news li {
	clear: both;
	margin-bottom: 40px;
	height: 160px;
}
#news li a {
	display: block;
	width: 100%;
	height: 100%;
}
#news li a p.img {
	width: 220px;
	height: 160px;
	float: left;
	overflow: hidden;
	position: relative;
	border-radius: 0 10px 0 10px;
	background: url(images/news_img_bg.png) no-repeat center center;
}
#news li a p.img .img {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	border-radius: 0 10px 0 10px;
}
#news li a p.img .bg {
	position: absolute;
	right: -220px;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,0.4);
	z-index: 2;
	border-radius: 0 0 0 10px;
	transition: all ease 0.35s;
}
#news li a p.img .zoom {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
	z-index: 3;
	transition: all 0.5s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
#news li a .con {
	width: 880px;
	height: 159px;
	float: right;
	border-bottom: 1px solid #E6E6E6;
	position: relative;
}
#news li a .ntit {
	display: block;
	font-size: 16px;
	color: #333;
	padding: 3px 0 15px 0;
	transition: all 0.35s;
}
#news li a .txt {
	display: block;
	font-size: 13px;
	line-height: 180%;
	color: #999;
}
#news li a .click {
	font-size: 12px;
	display: block;
	padding-top: 20px;
	color: #BBB;
}
#news li a .click img {
	margin: -2px 0 0 8px;
}
#news li a:hover .tit, #news li a:active .tit {
	color: #D82633;
}
#news li a:hover p.img .bg, #news li a:active p.img .bg {
	right: 0;
}
#news li a:hover p.img .zoom, #news li a:active p.img .zoom {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
}
#newsback {
	display: inline-block;
	background: #FFF;
	padding: 10px 20px;
	font-size: 13px;
	float: right;
	margin: 2px;
	border-radius: 5px;
	transition: all ease 0.35s;
}
#newsback:hover, #newsback:active {
	color: #D82633;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.08);
}

@media(max-width:1200px){
	#news li a .con{width:700px;}
}
@media(max-width:992px){
	#news li a .con{width:480px;}
	#news li a .txt{max-height: 50px;}
}
@media(max-width:992px){
	.mainny .newsnr{padding-top: 0px;}
	#news li a p.img{display: none;}
	#news li a .con{width:100%;}
	#news li{height: auto;}
	#news li a .con{height:auto;}
	#news li a .txt{max-height: 160px;}
}

.nynav{height: 40px; line-height: 40px;}
.nynav a{text-decoration: none;}

.aboutnr img{display: block; margin: 0 auto;}

.newsnr .newspage{
  padding-top: 15px;
  padding-bottom: 15px;

}
.newsnr .newspage span{
  border-bottom: 0px solid #949494;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newsnr .newspage .span1{
  width:100%;
}
.newsnr .newspage .span2{
	width:100%;
}
.newsnr .newspage span a{
  color: #666;
  font-size: 14px;
  font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
  text-decoration: none;
}
@media(max-width:480px){
  .newsnr .newspage .span1{float:none;}
  .newsnr .newspage .span2{float:none;}
}

.banner-bottom-grids a{text-decoration: none;}
@media(max-width:480px){
	.banner-bottom-grids{border-bottom: 1px solid #ccc}
	.banner-bottom-grids{text-align: left;}
	.banner-bottom-grids p{text-align: left;}
	.mainny .newsnr h1{font-size: 16px;}
	.aboutnr{padding-bottom: 10px}
}

/*liuyai*/
.apply dt{font-size: 16px;color: #606366; padding: 5px 0px; line-height: 30px;}
.apply .input4 {width: 96%; border: #e5e5e5 solid 1px; color: #804235; display: block;
padding: 10px 5px;
background: none;
-webkit-box-sizing: border-box;
font-size: 14px;
outline: none;}

.apply .applybtn{font-size: 16px;
color: #fff;
padding: 0px 0px;
line-height: 30px;
background: #004882;
width:100px; margin-top:20px;}
apply .aoolya{}

.indexabout{color:#292a2a; margin-top: 30px; font-weight: normal;}

.products-grid a{margin-bottom:20px;width:100%; border:1px solid #005da2; border-radius: 10px; display: block; padding: 0px 0px 10px;}
.products-grid a img{display: block; margin: 0 auto; border-radius: 10px 10px 0px 0px; }
.products-grid h4{text-align: center; margin: 20px 0px; padding-top: 10px}


.listnews{ margin-bottom:10px;}
.listnews ul li{ padding:12px 0px; border-bottom:1px dashed #D3D3D3; text-indent:0px;}
.listnews ul li a{ display:block; width:450px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.listnews ul li:hover{  background-color:#fbfbfb; color:#d90000;}
.listnews ul li a:hover{ color:#d90000;}
.listnews ul li span{ float:right;}



.sidebar {
	float:left;
	width:250px;
        margin-top:40px;}
.sidebar h3 {
	background:#0857b3;
	color:#FFF;
	float:left;
	font-weight:normal;
	font-size:18px;
	line-height:50px;
	width:250px;
	height:50px;
}
.ml20{margin-left: 20px;}
.sidebar .txtlist {
	border:#EEE 1px solid;
	border-top:none;
	color:#CCC;
	float:left;
	width:248px;}
.sidebar .txtlist ul {
	float:left;
	padding:0 0px 10px 0px;}
.sidebar .txtlist ul li {
	border-bottom:#EFEFEF 1px solid;
	float:left;
	width:228px;
	line-height:42px;
font-size:14px;
padding:0px 10px;
}


.sidebar .txtlist ul li.t2 {

}
.sidebar .txtlist ul li.t2 a{
	padding-left: 20px;
}
.sidebar .txtlist ul li a.active {
	color:#0857b3;}

.sidebar .txtlist ul li .sclass li{padding-left: 20px;}
.sidebar .piclist {
	border:#EEE 1px solid;
	border-top:none;
	float:left;
	width:248px;}
.sidebar .piclist ul {
	float:left;
	padding:0 10px 10px 10px;}
.sidebar .piclist ul li {
	border-bottom:#EFEFEF 1px solid;
	float:left;
	width:228px;
	line-height:33px;
	margin-top:10px;
	padding-bottom:10px;}
.sidebar .piclist ul li span {
	display:block;
	float:left;}
.sidebar .piclist ul li span.pic {
	border-right:#EEE 1px solid;
	width:80px;
	height:80px;
	padding-right:10px;}
.sidebar .piclist ul li span.name {
	float:right;
	line-height:24px;
	width:130px;
	padding-top:5px;}

.proright{width:870px; float:right;}	

.sidebar .txtlist ul li em{float:right; background:url(../images/dotdown.png) right no-repeat; width:10px; height:10px; margin-top:20px;}

@media(max-width:1200px){
	.proright{width:700px;}
}

@media(max-width:992px){
	.proright{width:100%;}

	.sidebar{width:100%;}
	.sidebar h3{width:100%; padding-left: 0px;}
	.sidebar .txtlist{width:100%; box-sizing: border-box;}
	.sidebar .txtlist ul{width:96%; padding: 0px 2% 10px 2%}
	.sidebar .txtlist ul li{width:100%;}
	/*.sidebar .txtlist ul li{width:30%; margin-left: 2%;}*/

}
@media(max-width:640px){
	/*.sidebar .txtlist ul li{width:46%; margin-left: 2%;}*/
}
